home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #5 / Amiga Plus CD - 2000 - No. 5.iso / Tools / Dev / PureBasic / Extras / Localisation / PB_Editor.cd < prev   
Encoding:
Text File  |  2000-01-01  |  3.8 KB  |  318 lines

  1. #language english
  2. #version 1
  3. ;
  4. ; *** Catalog description for PureBasic Editor V1.20 ***
  5. ;
  6. ; !!!! DO NOT TOUCH THIS '.cd' FILE !!!!
  7. ;
  8. ; Rename the 'english.ct' file to 'yourlanguage.ct' and translate the strings
  9. ; in 'yourlanguage.ct' into your language. The translated strings shouldn't be
  10. ; longer than the original strings.
  11. ;
  12. ; Finally use Flexcat to create your catalog:
  13. ;
  14. ; 'Flexcat PureBasic_Editor.cd YourLanguage.ct CATALOG PureBasic_Editor.catalog'
  15. ;
  16. ; Create a directory 'Catalogs/yourlanguage' and then
  17. ; copy 'PureBasic_Editor.catalog' in the 'Catalogs/yourlanguage' directory.
  18. ;
  19. ; Flexcat is freeware (c) by Jochen Wiedmann and available on Aminet.
  20. ;
  21. ;
  22. ;
  23. ;
  24. MENU_Project (//)
  25. Project
  26. ;
  27. MENU_Load (//)
  28. Load
  29. ;
  30. MENU_Save (//)
  31. Save
  32. ;
  33. MENU_SaveAs (//)
  34. Save as...
  35. ;
  36. MENU_Preferences (//)
  37. Preferences
  38. ;
  39. MENU_About (//)
  40. About
  41. ;
  42. MENU_Quit (//)
  43. Quit
  44. ;
  45. MENU_Edit (//)
  46. Edit
  47. ;
  48. MENU_Cut (//)
  49. Cut
  50. ;
  51. MENU_Copy (//)
  52. Copy
  53. ;
  54. MENU_Paste (//)
  55. Paste
  56. ;
  57. MENU_DeleteLine (//)
  58. Delete Line
  59. ;
  60. MENU_InsertSource (//)
  61. Insert source file
  62. ;
  63. MENU_IndentBlock (//)
  64. Indent block
  65. ;
  66. MENU_ForgetBlock (//)
  67. Forget block
  68. ;
  69. MENU_Search (//)
  70. Search
  71. ;
  72. MENU_Compiler (//)
  73. Compiler
  74. ;
  75. MENU_CompileRun (//)
  76. Compiler/Run
  77. ;
  78. MENU_Debugger (//)
  79. Debugger
  80. ;
  81. MENU_CreateExecutable (//)
  82. Create an executable
  83. ;
  84. MENU_CompilerOptions (//)
  85. Compiler options
  86. ;
  87. MENU_Print (//)
  88. Print...
  89. ;
  90. WIN_CO_Processor (//)
  91. Output processor
  92. ;
  93. WIN_CO_Optimizations (//)
  94. Source code optimizations
  95. ;
  96. WIN_CO_Commented (//)
  97. Commented ASM output file
  98. ;
  99. WIN_CO_CreateIcon (//)
  100. Create an icon
  101. ;
  102. WIN_CO_Save (//)
  103. Save
  104. ;
  105. WIN_CO_Cancel (//)
  106. Cancel
  107. ;
  108. WIN_FI_Title (//)
  109. Find...
  110. ;
  111. WIN_FI_Find (//)
  112. Find:
  113. ;
  114. WIN_FI_ReplaceBy (//)
  115. Replace by:
  116. ;
  117. WIN_FI_CaseSensitive (//)
  118. Case sensitive
  119. ;
  120. WIN_FI_ReplaceAll (//)
  121. Replace all
  122. ;
  123. WIN_FI_Next (//)
  124. Next
  125. ;
  126. WIN_FI_Previous (//)
  127. Previous
  128. ;
  129. WIN_FI_Replace (//)
  130. Replace
  131. ;
  132. FREE0 (//)
  133.  
  134. ;
  135. WIN_PS_Title (//)
  136. Print...
  137. ;
  138. WIN_PS_Print (//)
  139. Print to:
  140. ;
  141. WIN_PS_LaunchPrint (//)
  142. Print
  143. ;
  144. FREE1 (//)
  145.  
  146. ;
  147. WIN_SC_Starting (//)
  148. Starting compiling...
  149. ;
  150. WIN_SC_Abord (//)
  151. Abord
  152. ;
  153. WIN_SC_Title (//)
  154. PureBasic
  155. ;
  156. WIN_SC_Lines (//)
  157. Compiling... (Lines
  158. ;
  159. WIN_SC_CreatingExecutable (//)
  160. Creating executable...
  161. ;
  162. WIN_SC_Line (//)
  163. Line
  164. ;
  165. WIN_SC_Stopping (//)
  166. Stopping compiler...
  167. ;
  168. WIN_IN_LoadingPure (//)
  169. Loading 'Pure Libraries'
  170. ;
  171. WIN_IN_LoadingOS (//)
  172. Loading 'OS Libraries'
  173. ;
  174. ;
  175. WIN_IN_LoadingResident (//)
  176. Loading 'Residents'
  177. ;
  178. WIN_IN_Title (//)
  179. Welcome to...
  180. ;
  181. WIN_01_Title (//)
  182. PureBasic request...
  183. ;
  184. WIN_01_Body1 (//)
  185. PureBasic:PureBasic isn't found
  186. ;
  187. WIN_01_Gadget (//)
  188. Quit
  189. ;
  190. MENU_New (//)
  191. New
  192. ;
  193. WIN_PR_Title (//)
  194. Preferences...
  195. ;
  196. WIN_PR_SourcePath (//)
  197. Source path:
  198. ;
  199. WIN_PR_ASLWidth (//)
  200. ASL Width:
  201. ;
  202. WIN_PR_ASLHeight (//)
  203. Height:
  204. ;
  205. WIN_PR_TabSize (//)
  206. Tab size:
  207. ;
  208. WIN_PR_Save (//)
  209. Save
  210. ;
  211. WIN_PR_Use (//)
  212. Use
  213. ;
  214. FREE2 (//)
  215.  
  216. ;
  217. STATUS_NewFile (//)
  218. New
  219. ;
  220. STATUS_Line (//)
  221. Line:
  222. ;
  223. STATUS_Column (//)
  224. Column:
  225. ;
  226. WIN_AB_Title (//)
  227. About
  228. ;
  229. WIN_02_Title (//)
  230. PureBasic
  231. ;
  232. WIN_02_Body1 (//)
  233. The source file has been modified
  234. ;
  235. WIN_02_Body2 (//)
  236. What do you want to do ?
  237. ;
  238. WIN_02_Quit (//)
  239. Quit
  240. ;
  241. WIN_02_SaveQuit (//)
  242. Save & Quit
  243. ;
  244. FREE3 (//)
  245.  
  246. ;
  247. STATUS_Saving (//)
  248. Saving...
  249. ;
  250. WIN_03_Title (//)
  251. Error...
  252. ;
  253. WIN_03_CantSave (//)
  254. The file can't be saved.
  255. ;
  256. WIN_03_Ok (//)
  257. Ok
  258. ;
  259. WIN_CO_Title (//)
  260. Compiler options...
  261. ;
  262. WIN_04_Title (//)
  263. Information
  264. ;
  265. WIN_04_NotFound (//)
  266. No more entries found
  267. ;
  268. WIN_04_Ok (//)
  269. Ok
  270. ;
  271. WIN_CO_DisableCLIOutput (//)
  272. Disable CLI output
  273. ;
  274. WIN_05_Load (//)
  275. Load
  276. ;
  277. WIN_05_SaveAndLoad (//)
  278. Save & Load
  279. ;
  280. WIN_06_New (//)
  281. New
  282. ;
  283. WIN_06_SaveAndNew (//)
  284. Save & New
  285. ;
  286. MENU_Run (//)
  287. Run
  288. ;
  289. MENU_ClearSelection (//)
  290. Clear selection
  291. ;
  292. WIN_PR_EditorFont (//)
  293. Editor font
  294. ;
  295. WIN_PR_PublicScreen (//)
  296. Public screen
  297. ;
  298. WIN_PR_CustomScreen (//)
  299. Custom screen
  300. ;
  301. WIN_PR_ScreenMode (//)
  302. Screen mode
  303. ;
  304. MENU_StructureViewer (//)
  305. Structure Viewer
  306. ;
  307. WIN_SV_Title (//)
  308. Structure Viewer
  309. ;
  310. WIN_SV_Structures (//)
  311. Structures
  312. ;
  313. WIN_SV_Parent (//)
  314. Parent
  315. ;
  316. WIN_SV_Ok (//)
  317. Ok
  318.